home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 3 / The Arsenal Files 3.iso / os2 / bm_warp.txt < prev    next >
Text File  |  1994-12-29  |  4KB  |  72 lines

  1.                   BackMaster Considerations with OS/2 WARP v3.0
  2.  
  3. 1.)  BMRecover Boot Floppy Creation Process Fails 
  4.  
  5. The BackMaster disaster recovery boot disk creation utility, BMRecover, does 
  6. not work under WARP.   The boot disk creation utility, IBM's BOOTOS2,  has 
  7. recently been modified to support OS/2 WARP v3.0.  This file is available on 
  8. MSR Developments BBS system [(409)560-5970] and also on CompuServe in the 
  9. MSR Development file directory [GO MSRDEV / OS/2 BVEN SECTION #7].
  10.  
  11. 2.)  Error 69 : Unable to Allocate Memory and Other Memory Considerations
  12.  
  13. Some people with 8 Megabyte systems have some memory problems with WARP.  
  14. There may be some sections of memory which are marked as being used when they 
  15. are actually free.  When the BackMaster device driver requests memory, the 
  16. driver is told that there is no memory available.  Device drivers and caches 
  17. take up RAM and you only have a limited amount of RAM to use on an 8 
  18. megabyte system.  
  19.  
  20. There are several things that you can look at to optimize your memory usage 
  21. under WARP.  They are as follows :
  22.  
  23. 1.)  If you are using a standard ISA, EISA, or VESA system, the driver 
  24. IBM2FLPY.ADD is unnecessary on your system and should be remarked out or 
  25. deleted from the config.sys entirely.  This driver should only be needed for 
  26. Microchannel machines.
  27.  
  28. 2.)  If you have installed WARP from CD, then the device driver XDFLOPPY.FLT 
  29. may be remarked out of the config.sys.  This driver adds support for the 
  30. 1.88 megabyte diskettes that IBM uses for the installation diskettes.  The 
  31. first two diskettes (the only two used for CD installation) are standard 1.44 
  32. megabyte disks.  Therefore, if you have installed from CD, the XDFLOPPY.FLT 
  33. driver will not be of any benefit to you and may be remarked out or deleted.
  34.  
  35. 3.)  OS/2 WARP has increased the standard sizes of the HPFS cache.  On an 
  36. 8 megabyte system, you may see some problems trying to use a 1024K cache with 
  37. your HPFS.  The HPFS cache was set to 64K standard in OS/2 version 2.1 and 
  38. 2.11, and reducing the size, or even eliminating, the HPFS cache under WARP 
  39. may free up the necessary memory.
  40.  
  41. 4.)  OS/2 WARP has also increased the DISKCACHE statement from 512K to 1024K 
  42. in some cases.  You may want to consider lowering this cache to the standard 
  43. 512K that was used in OS/2 2.1 and 2.11 or even lowering this to 64K.
  44.   
  45. 5.)  There are many more drivers available to load in OS/2 WARP than in 
  46. previous versions of OS/2.  Not all of these drivers may be necessary.  For 
  47. instance, during a full install of WARP, the Multimedia Presentation Manager 
  48. drivers are installed.  If you do not own any multimedia equipment (i.e. a 
  49. Sound Blaster or CD-ROM), then these drivers are unnecessary and can be 
  50. removed.  OS/2 WARP also contains TCP/IP drivers which you may not need.  
  51. OS/2 WARP also comes with FaxWorks.  You may want to consider not loading 
  52. this driver if you do not normally use your FaxWorks Software.  You will have 
  53. to consider for your own system what is and is not necessary.  On some 
  54. 8 megabyte systems, it may be impossible to load all of this 
  55. and have the necessary physical RAM.  If you feel you need to load MMPM, 
  56. TCP/IP, have large diskcaches, you will run into problems under WARP with or 
  57. without BackMaster and you may want to consider buying more memory.
  58.  
  59. 6.)  In some cases, increasing the default size of your SWAP file can 
  60. improve system performance.  By preallocating disk space for the swap file, 
  61. you can improve virtual memory performance by assuring the virtual memory is 
  62. available immediately when needed thus reducing the number of times the SWAP 
  63. file must be extended and therefore reducing SWAP file fragmentation. To 
  64. change your default SWAP size, you will want to modify the SWAPPATH statement 
  65. in your config.sys.  The SWAPPATH statement has two numbers directly after 
  66. the statement.  These numbers are, respectively, the default swapper file 
  67. size, and the second number is the amount of room to leave free on the drive. 
  68. Increasing the default size of the SWAP file to about 12-16 megabytes will 
  69. make sure that the SWAP file is less fragmented.  This will also insure that 
  70. the system will have the resources it needs upon bootup and will not need to 
  71. expand the SWAP file as often.
  72.